Infinity-Logout names a function, with lambda list (D USER RECIPIENT/S):
Log out of this game session
Lisp LOGOUT = JSON logout
There was a bug in the Persephone client that caused it to explode if we logged it out before it received & processed the logout message. So, we waited for the expected lag time to expire and then throw 2 full seconds of wasted wait time after it, which had ought to be enough time. This is no longer supported.
Defined in file src/infinity/legacy-commands.lisp.